home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / ICON_8 / H_FOLDER / VERSION.H < prev   
Text File  |  1990-03-02  |  391b  |  19 lines

  1.  
  2. /*
  3.  * Value identification information.
  4.  */
  5.  
  6. #define Version    "Icon Version 8.0.  February 14, 1990"
  7.  
  8. /*
  9.  * Version numbers to be sure ucode is compatible with the linker
  10.  * and icode is compatible with the run-time system.
  11.  */
  12.  
  13. #define UVersion "U8.0.002"
  14. #ifdef IconCalling
  15. #define IVersion "I8.0.001+C"
  16. #else                    /* IconCalling */
  17. #define IVersion "I8.0.001"
  18. #endif                    /* IconCalling */
  19.